From 7d606f53daa1439effd3ed7452476da674a655e3 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Mon, 5 Sep 2005 17:21:08 +0000 Subject: [PATCH] Add missing libxenstore.so dependency for xenstore client programs. Signed-off-by: Christian Limpach --- tools/xenstore/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index 3cc1266628..f94bd59d9d 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -35,6 +35,7 @@ testcode: xs_test xenstored_test xs_random xs_dom0_test xenstored: xenstored_core.o xenstored_watch.o xenstored_domain.o xenstored_transaction.o xs_lib.o talloc.o utils.o $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxenctrl -o $@ +$(CLIENTS): libxenstore.so $(CLIENTS): xenstore-%: xenstore_%.o $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxenctrl -L. -lxenstore -o $@ -- 2.30.2